@charset "utf-8";

/* ************************************************************************** **
    文字のフォントを変更したい場合、コメントアウトを解除し
    指定したいフォントを記述してください。
** ************************************************************************** */

/* 文字のフォント */
/*
*{
    font-family      : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
*/


body{
    background-color : #e3ffff;
}


/* ************************************************************************** **
    テンプレートの「table.input_form」および「table.input_form」の色を
    変更したい場合、それぞれのコメントアウトを解除し、色を指定してください。
** ************************************************************************** */

/* 枠線の色 */
div.input_form,
table.input_form,
table.input_form > tbody > tr{
    border-color     : #80d8d8;
}

/* 枠線内の背景の色 */
div.input_form,
table.input_form{
    background-color : #d8ffff;
}

/* 枠線内の背景の色(カーソルの乗せた場合) */
div.input_form:hover,
table.input_form > tbody > tr:hover{
    background-color : #c8f9ff;
}

/* ラベルタグの背景の色(カーソルを乗せた場合) */
label:hover{
    background-color : #a4e9ff;
}


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */


/* 連題希望 */
input[name="option7"]{
    width            : 100%;
}


/* 筆頭著者の電子メールアドレス */
table#mail_form_style{
    border-collapse  : collapse;
    max-width        : 100%;
}
table#mail_form_style > tbody > tr > td:nth-of-type(1){
    width            : 30em;
}
table#mail_form_style > tbody > tr > td:nth-of-type(1) > input{
    width            : 100%;
}
table#mail_form_style > tbody > tr > td:nth-of-type(2){
    white-space      : nowrap;
}


/* 利益相反 */
table#coi_style{
    border           : 2px #80d8d8 solid;
    font-size        : 95%;
}
table#coi_style > caption{
    text-align       : center;
}
table#coi_style > thead > tr > th,
table#coi_style > tbody > tr > td{
    border           : 1px #80d8d8 solid;
    padding          : 0.3em 0.8em;
}
table#coi_style > thead > tr > th{
    background-color : #c8f9ff;
}
table#coi_style > tbody > tr > td:nth-of-type(1),
table#coi_style > tbody > tr > td:nth-of-type(3){
    white-space      : nowrap;
}
table#coi_style > tbody > tr > td:nth-of-type(1){
    text-align       : center;
}


/* パスワード */
table#password_form_style{
    border-collapse  : collapse;
    max-width        : 100%;
}
table#password_form_style > tbody > tr > td:nth-of-type(1){
    width            : 10em;
}
table#password_form_style > tbody > tr > td:nth-of-type(1) > input{
    width            : 100%;
}
table#password_form_style > tbody > tr > td:nth-of-type(2){
    white-space      : nowrap;
}
